SQL::Connection GetTableInfo Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/GetTableInfo Method.xml
Get the definition of a table.
SQL::Connection DropDatabase Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/DropDatabase Method.xml
Remove a database.
SQL::Connection ListDatabases Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ListDatabases Method.xml
Return a list of databases from the current server.
SQL::Connection Open Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/Open Method.xml
Connect to a database. (See help for SetConnectionString for details on constructing a connect string.)
SQL::Connection CreateDatabase Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/CreateDatabase Method.xml
The CreateDatabase() method creates a new database. The contents of the database string are database specific
SQL::Connection UpdateData Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/UpdateData Method.xml
Apply changes to existing rows in a table in the currently connected database using a result set.
SQL::Connection ValidateQuery Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ValidateQuery Method.xml
Validate a SQL query on the connection.
SQL::Connection ListProperties Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ListProperties Method.xml
Create a list of all connection property names and values in the format <name><tab><value><crlf>
SQL::Connection CommitTransaction Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/CommitTransaction Method.xml
Apply a set of changes started with BeginTransaction.
SQL::Connection ClearSchemaCache Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ClearSchemaCache Method.xml
Clear any schema data cached by the connection.